From: Jo-Philipp Wich Date: Wed, 3 Dec 2008 20:45:44 +0000 (+0000) Subject: packages/utils/collectd: fix detection of kernel headers for libiptc (#4233) X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=c95f90f42bf3ffa360bbe5448987055443f72950;p=openwrt%2Fsvn-archive%2Fpackages.git packages/utils/collectd: fix detection of kernel headers for libiptc (#4233) SVN-Revision: 13501 --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index de969dc4c..8ae8d1d7b 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -20,6 +20,7 @@ PKG_FIXUP=libtool PKG_BUILD_DEPENDS:=+libxml2 +libnetsnmp +libcurl +librrd1 include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/kernel.mk define Package/collectd/common_info SECTION:=utils @@ -281,6 +282,7 @@ PKG_CONFIGURE_OPTS:= \ CONFIGURE_VARS+= \ CPPFLAGS="-I$(STAGING_DIR)/usr/include/libxml2 $$$$CPPFLAGS" \ + KERNEL_DIR="$(LINUX_DIR)" # list of permanently disabled plugins disabled_plugins := apple_sensors battery cpufreq entropy hddtemp ipmi ipvs libvirt mbmon memcached \